home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Ap-Az
/
AudioVideoLib1.15.cpt
/
AudioVideo Library
/
background_8233.txt
< prev
next >
Wrap
Text File
|
1991-03-04
|
24KB
|
1,121 lines
-- background: 8233 from stack: in
-- bmap block id: 8516
-- flags: 4000
-- background id: 0
-- name: LP
----- HyperTalk script -----
on doCopyLP
global artistcopy,titlecopy,selcopy,Bselcopy,perfcopy,sourcecopy
put field "format" into sourcecopy
if the hilite of bkgnd button "Vol I" is true then copy1
if the hilite of bkgnd button "Vol II" is true then copy2
if the hilite of bkgnd button "Vol III" is true then copy3
answer "Destination of copied information?" with "cancel" or "volume" or "TAPE"
if it is "cancel" then exit doCopyLP
put it into reply
if reply is "volume" then
answer "Which volume or volumes?" with "volume II" or "volume III" or "vols II&III"
if it is "volume II" then toVol2
if it is "volume III" then toVol3
if it is "vols II&III" then
toVol2
toVol3
end if
end if
if reply is "TAPE" then
answer "How do you want the selections copied?" with "split A&B" or "combine A&B"
if it is "combine A&B" then
put empty into Bselcopy
if the hilite of bkgnd button "Vol I" is true
then put bkgnd field "IAsel" & bkgnd field "IBsel" into selcopy
if the hilite of bkgnd button "Vol II" is true
then put bkgnd field "IAsel" & bkgnd field "IBsel" into selcopy
if the hilite of bkgnd button "Vol III" is true
then put bkgnd field "IAsel" & bkgnd field "IBsel" into selcopy
end if
answer "Go to desired or make new TAPE card & paste"
end if
end doCopyLP
on copy1
global artistcopy,titlecopy,perfcopy,selcopy,Bselcopy
put bkgnd field "artist" into artistcopy
put bkgnd field "title" into titlecopy
put bkgnd field "IAsel" into selcopy
put bkgnd field "IBsel" into Bselcopy
put bkgnd field "Iperf" into perfcopy
end copy1
on copy2
global artistcopy,titlecopy,perfcopy,selcopy,Bselcopy
put bkgnd field "IIartist" into artistcopy
put bkgnd field "IItitle" into titlecopy
put bkgnd field "IIAsel" into selcopy
put bkgnd field "IIBsel" into Bselcopy
put bkgnd field "IIperf" into perfcopy
end copy2
on copy3
global artistcopy,titlecopy,perfcopy,selcopy,Bselcopy
put bkgnd field "IIIartist" into artistcopy
put bkgnd field "IIItitle" into titlecopy
put bkgnd field "IIIAsel" into selcopy
put bkgnd field "IIIBsel" into Bselcopy
put bkgnd field "IIIperf" into perfcopy
end copy3
on toVol2
global artistcopy,titlecopy,perfcopy
put artistcopy into bkgnd field "IIartist"
put titlecopy into bkgnd field "IItitle"
put perfcopy into bkgnd field "IIperf"
end toVol2
on toVol3
global artistcopy,titlecopy,perfcopy
put artistcopy into bkgnd field "IIIartist"
put titlecopy into bkgnd field "IIItitle"
put perfcopy into bkgnd field "IIIperf"
end toVol3
-- part 1 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=0 top=140 right=282 bottom=207
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IAsel
-- part 2 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=208 top=140 right=282 bottom=414
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IBsel
-- part 3 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=283 top=41 right=56 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: recording label
----- HyperTalk script -----
on mouseDown
doRecLabel
end mouseDown
-- part 4 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=9 top=40 right=55 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: artist
----- HyperTalk script -----
on returnInField
click at location of field "title"
end returnInField
-- part 5 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=9 top=68 right=83 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: title
----- HyperTalk script -----
on returnInField
click at 12,104
end returnInField
-- part 6 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=9 top=97 right=126 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Iperf
-- part 7 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=380 top=59 right=73 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: numVol
----- HyperTalk script -----
on mouseDown
put "1;2;3" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "numVol"
if bkgnd fld "numVol" contains "1" then
setLP1
end if
if bkgnd fld "numVol" contains "2" then
if the hilite of bkgnd button "Vol III" is true then
setLP2
end if
end if
end if
end mouseDown
-- part 8 (button)
-- low flags: 00
-- high flags: 4006
-- rect: left=306 top=77 right=89 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol I
----- HyperTalk script -----
on mouseUp
setLP1
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=306 top=94 right=106 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol II
----- HyperTalk script -----
on mouseUp
setLP2
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=306 top=110 right=124 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Vol III
----- HyperTalk script -----
on mouseUp
if bkgnd field "numVol" contains "3" then
set the hilite of bkgnd button "Vol II" to false
set the hilite of bkgnd button "Vol I" to false
set the hilite of bkgnd button "Vol III" to true
hide bkgnd field "IAsel"
hide bkgnd field "title"
hide bkgnd field "Iperf"
hide bkgnd field "artist"
hide bkgnd field "IBsel"
hide bkgnd field "IIAsel"
hide bkgnd field "IItitle"
hide bkgnd field "IIartist"
hide bkgnd field "IIperf"
hide bkgnd field "IIBsel"
show bkgnd field "IIIAsel"
show bkgnd field "IIItitle"
show bkgnd field "IIIartist"
show bkgnd field "IIIperf"
show bkgnd field "IIIBsel"
else
set hilite of bkgnd button "Vol III" to false
hide bkgnd field "IIIAsel"
hide bkgnd field "IIIBsel"
hide bkgnd field "IIItitle"
hide bkgnd field "IIIperf"
hide bkgnd field "IIIartist"
end if
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 0006
-- rect: left=441 top=129 right=145 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Remarks
----- HyperTalk script -----
on mouseUp
if the hilite of bkgnd button "Remarks" is false then
show bkgnd field "remarks"
set the hilite of bkgnd button "Remarks" to true
else
hide bkgnd field "remarks"
set the hilite of bkgnd button "Remarks" to false
end if
end mouseUp
-- part 14 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=40 right=55 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: IIartist
----- HyperTalk script -----
on returnInField
click at location of field "IItitle"
end returnInField
-- part 15 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=68 right=83 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IItitle
----- HyperTalk script -----
on returnInField
click at 12,104
end returnInField
-- part 16 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=97 right=126 bottom=270
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIperf
-- part 17 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=0 top=140 right=282 bottom=207
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIAsel
-- part 18 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=208 top=140 right=282 bottom=414
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIBsel
-- part 19 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=40 right=55 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name: IIIartist
----- HyperTalk script -----
on returnInField
click at location of field "IIItitle"
end returnInField
-- part 20 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=68 right=83 bottom=271
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIItitle
----- HyperTalk script -----
on returnInField
click at 12,104
end returnInField
-- part 21 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=9 top=97 right=126 bottom=270
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIIperf
-- part 22 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=0 top=140 right=282 bottom=207
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIIAsel
-- part 23 (field)
-- low flags: 80
-- high flags: 4007
-- rect: left=208 top=140 right=282 bottom=414
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: IIIBsel
-- part 24 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=61 top=0 right=15 bottom=227
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: content class
----- HyperTalk script -----
on mouseDown
doContentClass
end mouseDown
-- part 26 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=432 top=0 right=15 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: catalog number
-- part 27 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=307 top=0 right=15 bottom=389
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: format
----- HyperTalk script -----
on mouseDown
put "Vinyl LP;Vinyl EP;Vinyl 45 rpm;Other" into choices
put the value of 1 into lastItem
get topLeft of target
get HPopUpMenu(choices, -lastItem, (item 2 of it),(item 1 of it))
if the result is not empty then put the result
if item 1 of it is not empty then
put item 1 of it into bkgnd fld "format"
if it is "Other" then
ask "Enter Record Format"
if it is not empty then
put it into bkgnd fld "format"
end if
end if
end if
end mouseDown
-- part 28 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=86 top=302 right=333 bottom=128
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: CDswitch
----- HyperTalk script -----
on mouseUp
goCD
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=182 top=302 right=333 bottom=224
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: TAPEswitch
----- HyperTalk script -----
on mouseUp
goTape
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=135 top=302 right=333 bottom=176
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: LPdummy
----- HyperTalk script -----
on mouseUp
put the number of cards of this background into quant
put ("AudioVideo Library currently contains " & quant & " sets of Vinyl Records") into message box
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=231 top=302 right=333 bottom=272
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: VIDEOswitch
----- HyperTalk script -----
on mouseUp
goVideo
end mouseUp
-- part 32 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=470 top=318 right=333 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SkipNext
----- HyperTalk script -----
on mouseUp
go to next card of this background
end mouseUp
-- part 33 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=432 top=318 right=333 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SkipPrev
----- HyperTalk script -----
on mouseUp
go to prev card of this background
end mouseUp
-- part 34 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=6 top=302 right=334 bottom=76
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Power
----- HyperTalk script -----
on mouseUp
doPower
end mouseUp
-- part 35 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=394 top=290 right=305 bottom=430
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Play
----- HyperTalk script -----
on mouseUp
doPlay
end mouseUp
-- part 37 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=318 top=290 right=305 bottom=354
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NewCard
----- HyperTalk script -----
on mouseUp
setLP1
visual effect scroll down
doMenu New Card
put "1" into bkgnd fld "numVol"
end mouseUp
-- part 38 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=280 top=290 right=305 bottom=316
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Delete
----- HyperTalk script -----
on mouseUp
doDelete
go to previous card of background "LP"
end mouseUp
-- part 40 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=394 top=318 right=333 bottom=430
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ToMaster
----- HyperTalk script -----
on mouseUp
doMenu first
end mouseUp
-- part 42 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=470 top=290 right=305 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
doMenu Next
end mouseUp
-- part 43 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=432 top=290 right=305 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
doMenu Prev
end mouseUp
-- part 44 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=453 top=25 right=40 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: year
----- HyperTalk script -----
on mouseDown
chooseYear
end mouseDown
-- part 45 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=356 top=290 right=307 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Search
----- HyperTalk script -----
on mouseUp
doSearch
end mouseUp
-- part 46 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=280 top=318 right=333 bottom=316
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PrintCard
----- HyperTalk script -----
on mouseUp
doPrint
end mouseUp
-- part 47 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=356 top=318 right=333 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
push card
go to first card
doSort
end mouseUp
-- part 63 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=318 top=318 right=333 bottom=354
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help
----- HyperTalk script -----
on mouseUp
push card
go to card "LPhelp" of stack "AudioVideoUtilities"
end mouseUp
-- part 64 (field)
-- low flags: 80
-- high flags: 4002
-- rect: left=9 top=253 right=341 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: remarks
-- part 65 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=463 top=231 right=251 bottom=503
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: copy
----- HyperTalk script -----
on mouseUp
doCopyLP
end mouseUp
-- part 66 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=283 top=27 right=56 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: rec label activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "recording label"
end mouseDown
-- part 67 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=282 top=59 right=73 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: num vol activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "numVol"
end mouseDown
-- part 68 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=426 top=25 right=40 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: year activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "year"
end mouseDown
-- part 69 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=0 top=0 right=15 bottom=227
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: content class activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "content class"
end mouseDown
-- part 70 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=230 top=0 right=15 bottom=389
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: format activate
----- HyperTalk script -----
on mouseDown
send mouseDown to field "format"
end mouseDown
-- part 71 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=26 right=40 bottom=188
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: artist user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown
-- part 72 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=96 top=56 right=70 bottom=189
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown
-- part 73 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=97 top=84 right=98 bottom=190
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown
-- part 74 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=58 top=127 right=141 bottom=357
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown
-- part 75 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=392 top=0 right=16 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: user entry
----- HyperTalk script -----
on mouseDown
fieldMsg
end mouseDown